home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / parse / parse.proto.h < prev    next >
Encoding:
Text File  |  1995-02-18  |  357 b   |  10 lines  |  [TEXT/CWIE]

  1.  
  2. /* parse.c */
  3. void    SendStringAsIfTyped(struct WindRec *tw, char *string, short len);
  4. void    Parseunload(void);
  5. void    parse(struct WindRec *tw, unsigned char *st, short cnt);
  6. void    SendNAWSinfo(WindRec *s, short horiz, short vert);
  7. void    telnet_send_initial_options(WindRec *tw);
  8. void    send_do(short port, short option);
  9. void    send_dont(short port, short option);
  10.